img {
    display: block;
}

.neirong1 {
    padding-top: 14px;
}

.neirong1you {
    padding: 40px 0 54px 60px;
    background: #D9EFFF;
}

.neirong1you > div:first-child {
    font-size: 35px;
    font-weight: 500;
    color: #0096FF;
    line-height: 42px;
    margin-bottom: 34px;
}

.zuotext1 {
    display: flex;
    padding: 27px 225px 27px 38px;
    background: url("../images/dian.png") left no-repeat;
}

.zuotext1 > div:first-child {
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 90px;
    margin-right: 38px;
}

.zuotext1 > div:last-child {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 90px;
}

.zuotext2 > div:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-right: 68px;
    margin-top: 50px;

}


.liucheng {
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
}

.liucheng div {
    width: 25%;
    text-align: center;
    font-size: 24px;
    color: #333333;

}

.liucheng div img {
    display: block;
    margin: 50px auto 25px;
    transition: .4s;
}
.liucheng div:hover img{
    transform: rotateY(180deg);
}
.jion {
    margin-right: 70px;
}


.join .group3 .text {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 15px 0 50px 0;
}
.join .group3{
    margin-top: 90px;
    padding-bottom: 85px;
}
.join .group3 dl {
    margin:0 70px 22px 0;
}
.join .group3 dl:last-child{
    margin-bottom: 0;
}

.join .group3 dt {
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    padding: 27px 30px;
    /* transition: all ease 0.3s; */
    cursor: pointer;
    font-weight: 300;
    box-shadow: 0px 0px 20px 0px rgba(98, 98, 98, 0.1);
}

.zuihou {
    border-bottom: 1px solid #e5e5e5 !important;
}

.join .group3 dt h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #0096ff;
}

.join .group3 dt h4 i {
    display: block;
    background: url(../images/icon-jj1.png) no-repeat center;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}


.join .group3 dd {
    padding: 48px 33px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(98, 98, 98, 0.1);


}

.join .group3 dd .bom {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9;
}

.join .group3 dd .bom h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #333;
}

.join .group3 dd .bom h6 {
    font-size: 16px;
    color: #E3CE00;
}

.join .group3 .current {
    height: auto;
}


/* 鍏徃浠嬬粛 */
.til-intro {
    text-align: center;
}

.til-intro h6 {
    font-size: 24px;
    color: #888;
    line-height: 24px;
    text-transform: uppercase;
}

.til-intro h4 {
    font-size: 45px;
    line-height: 45px;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 50px;
}

.til-intro h4 font {
    /*color: #0e6eb8;*/
}

.introduce .group1 {
    padding-bottom: 120px;
}

.introduce .group1 .text {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.pro-cre02 .group2 .top-text, .pro-cre01 .group1 .top-text {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-bottom: 40px;
}

.introduce .group1 .cont {
    display: flex;
    margin-top: 50px;
}

.introduce .group1 .cont img {
    width: 62%;
}

.introduce .group1 .cont .world {
    position: relative;
    width: 38%;
}

.introduce .group1 .cont .item {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
}

.introduce .group1 .cont .item:nth-child(1) {
    top: 36px;
    left: -105px;
}

.introduce .group1 .cont .item:nth-child(2) {
    top: 148px;
    left: -40px;
}

.introduce .group1 .cont .item:nth-child(3) {
    top: 272px;
    left: 22px;
}

.introduce .group1 .bom {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.introduce .group1 .bom .item {
    padding: 180px 30px 30px 30px;
    width: 23%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    transition: .4s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.introduce .group1 .bom .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: rgba(14, 110, 184, 0.9);
    transition: .4s;
}

.introduce .group1 .bom .item .text-view {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
}

.introduce .group1 .bom .item i {
    font-size: 50px;
    line-height: 50px;
    color: #e3ce00;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    transition: all ease 0.5s;
}

.introduce .group1 .bom .item:nth-child(1) i {
    font-size: 45px;
}

.introduce .group1 .bom .item:nth-child(2) i {
    font-size: 70px;
    right: 15px;
}

.introduce .group1 .bom .item:nth-child(3) i {
    font-size: 55px;
}

.introduce .group1 .bom .item p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    transition: .4s;
}

.introduce .group1 .bom .item h4 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.introduce .group1 .bom .item h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: none;
}

.introduce .group1 .bom .item:hover i {
    transform: rotateY(360deg);
    color: #fff;
}

.introduce .group1 .bom .item:hover:after {
    background: rgba(227, 206, 0, 0.9);
}

.introduce .group1 .bom .item:hover p {
    color: #fff;
}

.introduce .group2 {
    background: url(../images/history-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
}

.introduce .group2 .swiper-slide {
    padding: 0 310px;
}

.introduce .group2 .swiper-slide .item {
    font-size: 16px;
    line-height: 24px;
    color: #888;
    background: url(../images/his-01.png) no-repeat left top 5px;
    padding-left: 40px;
    margin-top: 30px;
}

.introduce .group2 .swiper-slide .num {
    font-size: 160px;
    line-height: 160px;
    font-family: "di";
    color: #aaa;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}

.introduce .group2 .swiper-slide font {
    color: #0e6eb8;
}

.introduce .group2 .swiper-button-next, .introduce .group2 .swiper-button-prev {
    background: none;
    width: 60px;
    height: 60px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.introduce .group2 .swiper-button-next img, .introduce .group2 .swiper-button-prev img {
    width: 100%;
}

.introduce .group2 .swiper-button-next {
    right: 130px;
}

.introduce .group2 .swiper-button-prev {
    left: 130px;
}

.introduce .group2 .swiper-slide .arrow-num .num {
    opacity: 0;
    margin-bottom: 0;
}

.introduce .group2 .swiper-slide .arrow-num {
    font-size: 36px;
    line-height: 38px;
    color: #aaaaaa;
    font-family: "di";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.introduce .group2 .swiper-slide .arrow-num n:nth-child(4) {
    width: 15%;
    height: 1px;
    background: #d9d9d9;
    display: block;
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
}

.introduce .group2 .swiper-slide .arrow-num n:nth-child(5) {
    width: 15%;
    height: 1px;
    background: #d9d9d9;
    display: block;
    position: absolute;
    top: 50%;
    right: 17%;
    transform: translateY(-50%);
}

.introduce .group2 .swiper-slide .arrow-num span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.introduce .group2 .swiper-slide .arrow-num span:nth-child(2) {
    left: initial;
    right: 30px;
}

.introduce .group3 {
    padding: 120px 0;
}

.introduce .group3 .cont {
    display: flex;
    justify-content: space-between;
}

.introduce .group3 .item {
    width: 23%;
    border: 1px solid #e9e9e9;
}

.introduce .group3 .item h4 {
    line-height: 80px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: #0e6eb8;
}

.introduce .group3 .item:nth-child(2n) h4 {
    background: #e3ce00;
}

.introduce .group3 .item .text {
    padding: 25px;
    font-size: 14px;
    line-height: 28px;
    color: #888888;
}

.introduce .group4 {
    background: #f7f7f7;
    padding: 120px 0;
}

.introduce {
    padding-bottom: 0 !important;
}

.introduce .cont {
    display: flex;
    justify-content: center;
}

.introduce .cont img {
    width: 100%;
}


/* ------浜у垱涓績------ */

/* 浜у垱瀛﹂櫌 */
.pro-cre01 .group1 {
    padding: 120px 0;
}

.pro-cre01 > div:nth-child(2n-1) {
    background: #fff !important;
}

.pro-cre01 > div:nth-child(2n) {
    background: #f7f7f7;
}

.pro-cre01 .group1 .top-text {
    width: 100%;
}

.pro-cre02 .group1 .top-text {
    width: 1000px;
    margin: 0 auto;
}

.top-text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
}

.pro-cre01 .group2 {
    padding: 120px 0;
}

.til-45 {
    text-align: center;
}

.til-45 h6 {
    font-size: 24px;
    line-height: 24px;
    color: #888;
}

.til-45 h4 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #121212;
}

/*.til-45 font {*/
/*color: #0E69B0;*/
/*}*/

.group-swiper .swiper-slide {
    padding: 0 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-swiper .swiper-button-next, .group-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: none;
    margin-top: -25px;
}

.group-swiper .swiper-button-next img, .group-swiper .swiper-button-prev img {
    width: 100%;
}

.group-swiper .swiper-button-next {
    right: 0;
}

.group-swiper .swiper-button-prev {
    left: 0;
}

.group-swiper .world {
    position: relative;
    padding-top: 35px;
    width: 45%;
}

.group-swiper .world .til {
    margin-bottom: 30px;
}

.group-swiper .world h4 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    position: relative;
    z-index: 2;
}

.group-swiper .world .num {
    font-size: 80px;
    font-family: "di";
    color: #666;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.group-swiper .world .text {
    color: #888;
    font-size: 16px;
    line-height: 30px;
}

.group-swiper .picture {
    width: 45%;
}

.group-swiper .picture img {
    display: block;
    width: 100%;
}

.pro-cre01 .group3 {
    background: #f7f7f7;
    padding: 120px 0;
}

.pro-cre01 .group3 .til-45 {
    margin-bottom: 30px;
}

.pro-cre01 .group3 .cont {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.pro-cre01 .group3 .cont .item {
    padding: 20px;
    width: 32%;
    margin: 1% 0;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.pro-cre01 .group3 .cont .item img {
    display: block;
    width: 100%;
}

.pro-cre01 .group3 .cont .item:hover {
    transition: all ease 0.5s;
    border: 1px solid #0e6eb8;
}

.pro-cre01 .group4 {
    padding: 120px 0 100px 0;
}

.pro-cre01 .group4 .til-45 {
    margin-bottom: 30px;
}

.pro-cre01 .group4 .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-cre01 .group4 .cont .item {
    width: 32%;
}

.pro-cre01 .group4 .cont .item h4 {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    background: #e9e9e9;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .4s;
}

.pro-cre01 .group4 .cont .item img {
    display: block;
    width: 100%;
}

.pro-cre01 .group4 .cont .item:hover h4 {
    background: #0E6EB8;
    color: #fff;

}

.pro-cre01 .group5 {
    padding: 120px 0;
    background: #f7f7f7;
}

.group-commen .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 110px;
}

.group-commen .cont .picture {
    width: 45%;
}

.group-commen .cont .picture img {
    width: 100%;
    display: block;
}

.group-commen .cont .world {
    width: 45%;
}

.group-commen .cont .world h4 {
    font-size: 45px;
    color: #121212;
    line-height: 45px;
    margin-bottom: 25px;
}

.group-commen .cont .world .text {
    font-size: 16px;
    line-height: 30px;
    color: #888;
}

/* 鏁欒偛鍒涙柊鐮旂┒闄� */

.pro-cre02 .group1 {
    background: #f7f7f7;
    padding: 120px 0;
}

.pro-cre02 .group2 {
    padding: 120px 0;
}

.pro-cre02 .group2 .cont {
    display: flex;
    justify-content: center;
}

.pro-cre02 .group2 .cont img {
    max-width: 100%;
}

.pro-cre02 .group3, .pro-cre02 .group5 {
    background: #f7f7f7;
    padding: 120px 0;
}

.pro-cre02 .group4, .pro-cre02 .group6 {
    padding: 120px 0;
}

/* 鐏甸瓟涓夌淮寮曟搸 */

.til-tj {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}

.til-tj h4 {
    font-size: 45px;
    line-height: 45px;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 50px;
}

.til-tj h6 {
    font-size: 24px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
}

.til-tj P {
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.pro-cre03 .group1 {
    padding: 120px 0;
}

.pro-cre03 .group1 .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.pro-cre03 .group1 .item {
    width: 23%;
    position: relative;
}

.pro-cre03 .group1 .item .world {
    background: #ebf3f9;
    min-height: 420px;
    padding: 110px 40px 30px 40px;
    position: relative;
    z-index: 1;
}

.pro-cre03 .group1 .item .world h4 {
    font-size: 30px;
    color: #0e6eb8;
    line-height: 30px;
    margin-bottom: 30px;
}

.pro-cre03 .group1 .item .world .text {
    font-size: 14px;
    line-height: 28px;
    color: #0e6eb8;
}

.pro-cre03 .group1 .item .num span {
    font-family: "di";
    font-size: 180px;
    line-height: 180px;
    position: absolute;
    bottom: -60px;
    right: 20px;
    color: #0e6eb8;
    z-index: 0;
}

.pro-cre03 .group1 .item .num img {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 30px;
}

.pro-cre03 .group1 .item:nth-child(1) .num img {
    right: 52px;
}

.pro-cre03 .group1 .item:nth-child(4) .num img {
    right: 40px;
}

.pro-cre03 .group2, .pro-cre03 .group3 {
    position: relative;
}

.pro-cre03 .group2 .container, .pro-cre03 .group3 .container {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate(-50%, 0);
}

.pro-cre03 .group2 img, .pro-cre03 .group3 img {
    width: 100%;
    display: block;
}

.pro-cre03 .group2 .world {
    text-align: right;
    color: #fff;
}

.pro-cre03 .group3 .world {
    text-align: left;
    color: #372014;
}

.pro-cre03 .group2 .world h4, .pro-cre03 .group3 .world h4 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 40px;
}

.pro-cre03 .group2 .world h6, .pro-cre03 .group3 .world h6 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.pro-cre03 .group2 .world .text, .pro-cre03 .group3 .world .text {
    font-size: 18px;
}

.pro-cre03 .group2 .world h6 {
    color: #E3CE00;
}

.pro-cre03 .group3 .world h6 {
    color: #0e6eb8;
}

.pro-i3 .group3 .cont {
    background: url(../images/pro-i3-form.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 80px;
    display: block;
}


.pro-i6 .group3 .til-45, .pro-i6 .group5 .til-45 {
    margin-bottom: 35px;
}

.pro-i6 .group3 .top-text, .pro-i6 .group5 .top-text {
    width: 900px;
}

.cont1 {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    padding-bottom: 30px;
}

.cont > div:nth-child(3) {
    margin-top: 50px;
}

.cont2 {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
}

.jiahao {
    transition: .4s;
    font-weight: 400;
    color: #0096ff;
    line-height: 26px;
    font-size: 16px;
}


.join .group3 .current .jiahao {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.join .group3 .current dt {
    background: #0096FF;
}

.join .group3 .current dt h4 {
    color: #FFFFFF;
}



@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
}


@media (max-width: 1230px) {
    .liucheng {
        padding-left: 15px;
        padding-right: 15px;
    }
    .liucheng div{
        font-size: 18px;
    }
    .join .group3{
        padding: 0 15px 45px;
    }
    .cont1{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .cont > div:nth-child(3){
        margin-top: 25px;
    }

    .join .group3 dl {
        margin-right: 0;
    }

    .join .group3 dt h4 {
        font-size: 16px;
    }

    .join .group3 .jiahao {
        font-size: 14px;
    }

    .join .group3 .current .jiahao {
        font-size: 14px;
    }

    .footer1 {
        flex-direction: column;
    }

    .footeryou {
        text-align: right;
    }
    .join .group3 dt{
        padding: 20px 30px;
    }
    .join .group3{
        margin-top: 45px;
    }
    .zuotext1 > div:last-child{
        font-size: 28px;
        line-height: initial
    }
    .zuotext1 > div:first-child {
        font-size: 30px;
        line-height: initial;
    }
}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

}

@media (max-width: 768px) {
    .zuotext1 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .liucheng div img{
        margin: 25px auto;
    }
    .liucheng div{
        width: 50%;
    }
    .zuotext1 {
        flex-direction: column;
        padding-left: 10px;
    }

    .zuotext1 > div:last-child, .zuotext1 > div:first-child {
        font-size: 24px;
        line-height: initial;
    }

    .zuotext2 > div:first-child {
        line-height: 40px;
        padding: 10px 0;
    }

    .liucheng {
        flex-wrap: wrap;
    }

    .join .group3 dt {
        display: flex;
        flex-direction: column;
        padding: 10px 15px;
        font-size: 14px!important;
        line-height: initial;
    }
    .join .group3 dt h4{
        font-size: 16px;
        line-height: initial;
    }

    .join .group3 dd {
        padding: 25px 15px;
    }

    .cont > div:nth-child(3) {
        margin-top: 15px;
    }
}

@media (max-width: 375px) {
    .zuoyi img {
        width: 100%;
        display: block;
    }

}